home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / porttool.zip / PORTTOOL.MSG < prev    next >
Internet Message Format  |  1993-01-13  |  2KB

  1. Date: Wed, 13 Jan 1993 19:01:57 GMT
  2. From: Frank Whaley <few@well.sf.ca.us>
  3. Newsgroups: comp.binaries.ibm.pc
  4. Subject: PORTTOOL.ZIP - 16 Unix-like tools ported to MS-DOS
  5. Keywords: utility, unix
  6.  
  7. The file PORTTOOL.ZIP has been uploaded, and contains the following programs:
  8.  
  9.   cat     - concatenate files
  10.   chmod   - change file modes
  11.   cp      - copy files
  12.   date    - display or set system date and time
  13.   du      - disk usage
  14.   head    - list top lines from files
  15.   ld      - link editor emulator
  16.   ls      - list directories
  17.   mv      - move files
  18.   pr      - print files
  19.   rm      - remove files
  20.   strings - find printable strings in a file
  21.   tail    - display the last part of a file
  22.   touch   - update access and modification times of files
  23.   tr      - translate characters
  24.   wc      - word counter
  25.  
  26. I use these programs to assist me in porting applications between MS-DOS, 
  27. OS/2, and Unix.  Used in concert with Data Logic's SH.EXE, Dennis Vadura's 
  28. DMAKE.EXE, and RCS, I can fool people into thinking that I'm using my PC 
  29. as a terminal connected to a Unix machine.
  30.  
  31. Where applicable, these programs provide sh-style file globbing (instead 
  32. of the standard DOS wildcard matching).  I find this useful because they 
  33. are supposed to be Unix knockoffs.  Both single- and double-quotes are 
  34. supported.  Long argument lists (over 126 bytes) can be passed using 
  35. either the MKS(tm) method (arguments passed in the environment, also used 
  36. by DMAKE), or by specifying "@file" as the first argument, where "file" 
  37. contains the argument list.
  38.  
  39. I also include pre-formatted manual pages.  A program like 'less' can 
  40. display these with bold and underlined text in colors.  The 'pr' program 
  41. can print them nicely on a LaserJet.  Each of these programs responds to 
  42. a "-h" argument by printing a short help message.
  43.  
  44. Regards,
  45. Frank Whaley, Software Engineer
  46. WordStar International
  47. few@well.sf.ca.us | ...!apple!well!few
  48.